home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Developer / CMarker0.6b1 Folder / CMarker Revision History.c < prev   
Encoding:
Text File  |  1990-07-13  |  2.9 KB  |  68 lines  |  [TEXT/KAHL]

  1. /* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
  2. /* •                                                                                    • */
  3. /* •                                  Think C Marker WDEF                                • */
  4. /* •                                                                                    • */
  5. /* •                                     Version 0.6b1                                    • */
  6. /* •                                                                                    • */
  7. /* •                            an AppleMax Production by Max Lyth                        • */
  8. /* •                                                                                    • */
  9. /* •                                © 1989/90 Keston Graphics                            • */
  10. /* •                                    all rights reserved                                • */
  11. /* •                                                                                    • */
  12. /* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
  13.  
  14.  
  15. /*
  16.     Revision History
  17.     ================
  18.     
  19.     0.6b1    Added CMarker on/off pragma directives.     12/6/90
  20.             Added Go Back Feature.     16/6/90
  21.             Now checks there is enough memory before executing 'About' procedure.     16/6/90
  22.             Automatically compacts text so can now always use quick scanning.     16/6/90
  23.             Fixed problem when file begins immediately with foo().     17/6/90
  24.             Hopefully fixed GetCtlValue Bus Error, can't get it to happen now, no matter
  25.                 how much heap scrambling I do.     26/6/90
  26.             Fixed bug where comment gives garbage when scrap already contains line to be
  27.                 commented. This could then lead to SysErr 25 (OutOfMemory) when followed
  28.                 with a Cut or Copy.     26/6/90
  29.             Stopped the * appearing in the menu for functions returning a pointer.     26/6/90
  30.             Decided not to fix problem when using an apostrophe (') in asm comments started
  31.                 with a semi-colon (;)  use a curly apostrophe (’) instead.
  32.  
  33.     0.5b3    Made Installer more resillient to anti virus programs and locked disks etc. 23/5/90
  34.             Corrected Compuserve ID to 100012,62.
  35.                 
  36.     0.5b2    Fixed bug with WindowShade 
  37.             First widely distributed version.
  38.  
  39.     0.4b1    Given industrial strength disipline & immunity from heap scrambling, purging etc. 1/2/90
  40.             To facilitate this the About routine has been spun off into a seperate code resource
  41.                 to make the WDEF resource reentrant.
  42.             The installer in turn has also been modified to take these changes into account.
  43.         
  44.     0.3d2    This version has been made more rugged on unballanced quotes, comments etc.  31/1/90
  45.             #define bug fixed.
  46.                 
  47.     0.3d1    Added window title bar icon and other minor changes. 27/1/90 
  48.     
  49.     0.2d3    Much of code optimised with the most frequent routines replaced by assembler. 25/1/90
  50.             Menu made to drop down, rather than popup from title bar.
  51.             Switched from binary tree sort to quick sort.
  52.     
  53.     0.2d2    Installer program written to write WDEF and support resources into THINK C
  54.             First released version.
  55.     
  56.     0.2d1    Changed from INIT to WDEF code resource which is installed directly into THINK C
  57.     
  58.     0.1d1    Added multi segment code resource 10/1/90
  59.             changed from binary tree to quick sort method for sorting menu.
  60.             Added initial crude comment system
  61.             About text dialog box added.
  62.  
  63.     0.0d2    added ability to parse and recognise funtion definitions.
  64.  
  65.     0.0d1    initial version only parsed marks, not functions
  66.             added binary tree sort method. 12/12/89
  67. */
  68.